Utils::ClassNameValidatingLineEdit Class
class Utils::ClassNameValidatingLineEditThe ClassNameValidatingLineEdit class implements a line edit that validates a C++ class name and emits a signal to derive suggested file names from it. More...
| Header: | #include <ClassNameValidatingLineEdit> |
| Inherits: | Utils::FancyLineEdit |
Public Functions
| bool | lowerCaseFileName() const |
| bool | namespacesEnabled() const |
| void | setLowerCaseFileName(bool v) |
| void | setNamespacesEnabled(bool b) |
Reimplemented Protected Functions
| virtual QString | fixInputString(const QString &string) override |
| virtual void | handleChanged(const QString &t) override |